home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / rptworks / readme.txt < prev    next >
Encoding:
Text File  |  1996-09-15  |  3.2 KB  |  90 lines

  1. ReportWorks Component, Version 1.0                             
  2.  
  3.  
  4. Introduction
  5. ------------
  6. The ReportWorks component is designed to provide fast, simple, hassle-free
  7. reporting. Reports can be previewed, printed to the printer or printed to
  8. a file. Columns can be established in the form of tabs with left, right 
  9. and center justification. Lines, or rows, can be shaded, if so desired.
  10. On-line ReportWorks help files are included.
  11.  
  12. Output can be printed with or without linefeed, left right or center
  13. justified. Large strings, longer than 255 characters, can be output with 
  14. automatic word-wrap within the established page margins. Graphics 
  15. functionality is available, and bitmaps, icons and metafiles can be
  16. imported to the report page.
  17.  
  18. This is the first release of ReportWorks. This shareware version will run
  19. only while Delphi is running. If Delphi is not running, you application will
  20. terminate while loading. Other than that, it is a full featured functioning
  21. version.
  22.  
  23. ReportWorks was formerly called QuickReport but someone else beat me to 
  24. that name. 
  25.  
  26. Registration
  27. ------------
  28. You can order a registered version of ReportWorks for only $29.00. On
  29. Compuserve, go SWREG and enter the registration number 6751. If in the US 
  30. or Canada you will also be charge $3.00 for shipping and handling. Or if you
  31. wish, you can order directly from me by sending a cheque or international
  32. money order to:
  33.  
  34. HSoftWare
  35. Howard Walsh
  36. 385 Fairway Rd. South
  37. Suite 4A-154
  38. Kitchener, Ontario   N2C 2N9
  39.  
  40. Residents of Canada please add GST and residents of Ontario please add PST.
  41.  
  42. With the registered version you will also receive the full source code. This
  43. code may be altered by you as you wish to make ReportWorks function to your
  44. personal needs. There are no run-time royalities when using ReportWorks,
  45. however, you cannot resell the ReportWorks as your own, altered or unaltered
  46. in component or other non-executable form.
  47.  
  48. The registered version does not need Delphi running in order to work.
  49.  
  50. Please report any problems you are having so that I may improve ReportWorks.
  51. Also, if you have an idea to make ReportWorks better, please let me know.
  52. I can be reached on Compuserve at 76741,2077.
  53.  
  54.  
  55. Installation
  56. ------------
  57. The files included are:
  58.  
  59.   DEMO*.*       - Demo files
  60.   RPTWORKS.DCU,
  61.   RPTWORKS.DCR,
  62.   ABORTFRM.DCU,
  63.   ABORTFRM.DFM  - Shareware version of ReportWorks
  64.   RPTWORKS.HLP  - Help file
  65.   RPTWORKS.KWF  - Help keyword file
  66.   RPTWORKS.WRI  - Help file in text format for ease reference
  67.   README.TXT    - This file
  68.  
  69. To run the demo just execute DEMO.EXE.
  70.  
  71. To install the ReportWorks component:
  72.  
  73. Copy RPTWORKS.DCU and RPTWORKS.DCR, ABORTFRM.DCU and ABORTFRM.DFM
  74.    to \DELPHI\LIB
  75. Run Delphi
  76. Select "Options|Install Components"
  77. Select "Add" then type "RptWorks"
  78. Select OK
  79. Select Options|Rebuild Library
  80.  
  81. To install HELP see the Delphi Component Writer's Guide for directions on
  82. installing component help and keyword files.
  83.  
  84. When finished you will have a new icon on the Additional page of components.
  85.  
  86. To use ReportWorks, simply drop the icon on a form or scrollbox, set some
  87. properties and code a few lines. You could have quick, simple reports
  88. within minutes.
  89.  
  90. 07/31/95